From: Andrey Skvortsov Date: Thu, 19 Jun 2014 07:24:12 +0000 (+0400) Subject: staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about included... X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6194^2~1693 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=87822e41af8fd22676b89eee2455ed259987211b;p=linux-4.9.git staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about included headers Signed-off-by: Andrey Skvortsov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c index b87ca101a2a2..4dcdfc247c73 100644 --- a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c +++ b/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c @@ -42,8 +42,8 @@ #include #include #include -#include -#include +#include +#include #include #define DEBUG_SUBSYSTEM S_CLASS